--- title: DeleteUser metaTitle: DeleteUser description: DeleteUser component allows end users to delete their account permanently from their app. supportedFrameworks: react --- import { Fragment } from '@/components/Fragment'; import { DeveloperPreview } from '../DeveloperPreview'; {({ platform }) => import(`./${platform}.mdx`)}